home *** CD-ROM | disk | FTP | other *** search
/ High Techtures / High Techtures (1994)(pacific media worX)[Mac-PC].iso / pc / printdox.bat < prev    next >
DOS Batch File  |  1994-11-20  |  437b  |  16 lines

  1. echo on
  2. rem  --------------------------------------------
  3. rem  This program will print out the Read.Me file
  4. rem  for Hitechtures.  Make sure your printer is
  5. rem  ON before proceeding.  You must have DOS 
  6. rem  installed in your path to execute this
  7. rem  program which will print to your default
  8. rem  printer.
  9. rem
  10. rem  Strike any key to begin printing
  11. rem  --------------------------------
  12. echo off
  13. pause
  14. print readme.txt
  15.  
  16.